From: Keir Fraser Date: Tue, 25 Sep 2007 09:12:49 +0000 (+0100) Subject: minios: Remove unnecessary padding and unused sections from x86/64 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14937^2~26 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e602447874b3163d222df87774c54f43da396e2a;p=xen.git minios: Remove unnecessary padding and unused sections from x86/64 linker script. Signed-off-by: Keir Fraser --- diff --git a/extras/mini-os/arch/x86/minios-x86_64.lds b/extras/mini-os/arch/x86/minios-x86_64.lds index e6ef04a511..d30850a595 100644 --- a/extras/mini-os/arch/x86/minios-x86_64.lds +++ b/extras/mini-os/arch/x86/minios-x86_64.lds @@ -21,15 +21,6 @@ SECTIONS _edata = .; /* End of data section */ - . = ALIGN(8192); /* init_task */ - .data.init_task : { *(.data.init_task) } - - . = ALIGN(4096); - .data.page_aligned : { *(.data.idt) } - - . = ALIGN(32); - .data.cacheline_aligned : { *(.data.cacheline_aligned) } - __bss_start = .; /* BSS */ .bss : { *(.bss)